home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Graphics Programming (2nd Edition)
/
Visual Basic Graphics Programming 2nd Edition.iso
/
Src
/
Ch1
/
Font.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1999-03-18
|
1KB
|
38 lines
VERSION 5.00
Begin VB.Form frmFont
Caption = "Font"
ClientHeight = 2175
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 2175
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.Label Label1
Alignment = 2 'Center
BackColor = &H00FFFFFF&
BorderStyle = 1 'Fixed Single
Caption = "Visual Basic Graphics Programming"
BeginProperty Font
Name = "Bremen Bd BT"
Size = 26.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 1935
Left = 120
TabIndex = 0
Top = 120
Width = 4455
End
Attribute VB_Name = "frmFont"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit